תראו בקובץ HTACCESS רשמתי את זה:
עכשיו בשגיאת 404 זה מראה לי שגיאה שהקובץ לא קיים
כזאת:
אז שאני מוחק את / מה שאומר שזה נראה ככה: ErrorDocument 404 index.php?r=homepage/error
אז זה מדפיס לי ErrorDocument 404 index.php?r=homepage/error על המסך
מה לעשות?
RewriteEngine on
RewriteRule index.php index.html
ErrorDocument 404 /index.php?r=homepage/error
RewriteRule index.php index.html
ErrorDocument 404 /index.php?r=homepage/error
עכשיו בשגיאת 404 זה מראה לי שגיאה שהקובץ לא קיים
כזאת:
Not Found
The requested URL /YourPage/ierdss.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
The requested URL /YourPage/ierdss.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
אז שאני מוחק את / מה שאומר שזה נראה ככה: ErrorDocument 404 index.php?r=homepage/error
אז זה מדפיס לי ErrorDocument 404 index.php?r=homepage/error על המסך
מה לעשות?